{scene.name}
{scene.description}
import Link from "next/link"; import { getDictionary, type Locale } from "@/lib/site-content"; export default async function HomePage({ params, }: { params: Promise<{ locale: string }>; }) { const { locale } = await params; const dictionary = getDictionary(locale as Locale); return (
{dictionary.home.subtitle}
{dictionary.home.stageDescription}
{dictionary.home.scenesSubtitle}
{scene.description}
{dictionary.home.flowSubtitle}
{step.description}